chore(deps): update docker/build-push-action action to v6.19.1#453
chore(deps): update docker/build-push-action action to v6.19.1#453renovate[bot] merged 1 commit intomainfrom
Conversation
WalkthroughThis PR updates the Docker build-push-action GitHub Action dependency from version v6.19.0 to v6.19.1 in the Docker workflow configuration. The update changes the commit SHA reference from ee4ca427a2f43b6a16632044ca514c076267da23 to 601a80b39c9405e50806ae38af30926f9d957c47. This is a minor patch version bump that maintains the same functionality while incorporating bug fixes or improvements from the newer action version. The change ensures the workflow uses the latest stable release of the action for building and pushing Docker images. Changes
Sequence DiagramThis diagram shows the interactions between components: sequenceDiagram
participant Workflow as GitHub Actions Workflow
participant Meta as Docker Metadata Step
participant BuildPush as Docker Build-Push Action<br/>(v6.19.0 → v6.19.1)
participant Registry as Docker Registry
Workflow->>Meta: Execute metadata step
Meta-->>Workflow: Generate tags and labels
Note over Workflow,BuildPush: Version updated from v6.19.0 to v6.19.1
Workflow->>BuildPush: Trigger build step
activate BuildPush
BuildPush->>BuildPush: Build Docker image<br/>using tags from metadata
BuildPush->>Registry: Push Docker image<br/>with generated tags
activate Registry
Registry-->>BuildPush: Confirm push success
deactivate Registry
BuildPush-->>Workflow: Build and push complete
deactivate BuildPush
🔗 Cross-Repository Impact AnalysisEnable automatic detection of breaking changes across your dependent repositories. → Set up now Learn more about Cross-Repository AnalysisWhat It Does
How to Enable
Benefits
Note for WindsurfPlease change the default marketplace provider to the following in the windsurf settings:Marketplace Extension Gallery Service URL: https://marketplace.visualstudio.com/_apis/public/gallery Marketplace Gallery Item URL: https://marketplace.visualstudio.com/items Entelligence.ai can learn from your feedback. Simply add 👍 / 👎 emojis to teach it your preferences. More shortcuts belowEmoji Descriptions:
Interact with the Bot:
Also you can trigger various commands with the bot by doing The current supported commands are
More commands to be added soon. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #453 +/- ##
=======================================
Coverage 92.41% 92.41%
=======================================
Files 15 15
Lines 725 725
=======================================
Hits 670 670
Misses 46 46
Partials 9 9
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
Released in v1.2.0 |
This PR contains the following updates:
v6.19.0→v6.19.1Release Notes
docker/build-push-action (docker/build-push-action)
v6.19.1Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.